Top

Getting Started

WebObjects is an environment for building and deploying World Wide Web applications. For development, it provides a scripting language and objects you can use to create Web applications. For deployment, it provides a system of interrelated components that connect your WebObjects applications to the Web.

This chapter contains a quick introduction to creating, installing, and running applications with WebObjects. Using the Web equivalent of Hello World as an example, this chapter answers the following basic questions:

Where Things Go

This section describes where WebObjects resources are installed on your system and what the resources are for.

The Ingredients of a WebObjects Application

This section describes the typical ingredients of a WebObjects application, what role they play, and where to install them. The topics included in this section are:

Running WebObjects Applications

This section describes how to run a WebObjects application using a Web browser.

Hello World

This section describes the Hello World example application.

Writing Hello World

This section describes the tasks involved in writing the Hello World application. The topics in this section describe the files in the two Hello World components:

Summary